OutlineLevelStyle Class

Represents specifies a style for each outline level.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class OutlineLevelStyle
Inheritance
Object    OutlineLevelStyle

Constructors

OutlineLevelStyle Initializes a new instance of the OutlineLevelStyle class.

Properties

DisplayLevels Specifies the number of levels whose numbers are displayed at the current level.
Level Specifies the level of an outline or number list style.
ListLevelProperties Specifies formatting properties for list level.
Name Specifies character family styles.
NumberFormat Specifies the numbering sequence.
PrefixCharacter Specifies what to display before a number.
StartValue Specifies the value that restarts numbering at the current list level.
SuffixCharacter Specifies what to display after the number.
TextProperties Specifies formatting properties for text.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current OutlineLevelStyle object to its equivalent string representation.
(Overrides ObjectToString)

See Also